/* Displayed in an alert panel if the user tries to close the package when the package is in its "busy" state */
"PackageBusy" = "Non posso chiudere il pacchetto perché è in uso.";
/* Displayed in an alert panel if the user tries to close the package when the package is in its "paused" state */
"PackagePaused" = "L'installazione del pacchetto è ancora in corso. Chiudere il pacchetto adesso potrebbe causare uno stato di instabilità del sistema.";
/* This gets the name of the package to be installed added on and then is displayed as the main window title. e.g. The window title would be 'Install Mac OS X' */
"WindowTitle" = "Installazione di %@";
/* Alert box title */
"Alert" = "Avviso";
/* Contents for alert box displayed when the user tries to quit the app while the package is installing */
"CantQuit" = "Non posso chiudere il programma di installazione durante l'installazione di software.";
/* Contents for alert box displayed when the user tries to close the package with the window close widget when doing an OS install */
"CantQuitOS" = "Non posso chiudere la finestra durante l'installazione del sistema operativo";
/* Displayed when the user selects Quit when trying to do an OS install */
"DireWarning" = "Sei sicuro di voler uscire? Chiudere l'installazione adesso potrebbe rendere inutilizzabile il sistema.";
/* Displayed when an install fails but the package does not require the machine to be rebooted. */
"FailWarning" = "%@ non è stato installato correttamente.";
/* Displayed when an install fails but the package does not require the machine to be rebooted. */
"NotInstalledYet" = "%@ non è stato ancora installato";
"InstallQuitTitle" = "Sei sicuro di voler uscire da Installer?";
"QuitBeforeCDInstall" = "L'Installer non ha iniziato ad installare il software, pertanto uscire non è pericoloso.\n\nSe esci, il computer verrà riavviato. Per selezionare un disco di avvio, fai clic su Disco di Avvio.\n";
"QuitBeforeOSInstall" = "L'Installer non ha installato %@.\n\nSe esci, il computer verrà riavviato. Per selezionare un disco di avvio per il computer, fai clic su Disco di Avvio.";
"QuitDuringOSInstall" = "L'Installer ha iniziato ad installare %@. Se esci adesso, potrebbe essere impossibile riavviare il computer con Mac OS X.\n\nSe esci, il computer verrà riavviato. Per selezionare un disco di avvio, fai clic su Disco di Avvio.";
/* Displayed when the user tries to quit the app when installing a package (from CD or NetBoot) but before it has actually started */
/*"QuitBeforeCDInstall" = "Are you sure you want to quit? The Installer has not started. If you quit, your computer will restart.\n\nTo start up using your current version of the Mac OS, press the Option key when your computer restarts.";*/
/* Displayed when the user tries to quit the app when installing the OS but before it has actually started */
/*"QuitBeforeOSInstall" = "Are you sure you want to quit? The Installer has not installed %@. If you quit, your computer will restart.\n\nTo start up using your current version of the Mac OS, press the Option key when your computer restarts.\n\nTo start up your computer using the %@ CD, press the C key when your computer restarts.";*/
/* Displayed if the user tries to quit while installing is in progress */
/*"QuitDuringOSInstall" = "Are you sure you want to quit? The Installer has started installing %@. If you quit now, you may be unable to use your computer. If you quit, your computer will restart.\n\nTo start up using your current version of the Mac OS, press the Option key when your computer restarts. If your computer cannot start up, start up using the %@ CD.\n\nTo start up using the %@ CD, press the C key when your computer restarts.";*/
/* Displayed if the user tries to quit while a normal install is taking place */
"StopNormalInProgress" = "Sei sicuro di voler uscire? Chiudere l'installazione adesso potrebbe causare uno stato di instabilità del sistema.";
"ChangeDisk" = "Disco di Avvio";
/* Button title allows the user to continue the installation after they pause it */
"Continue" = "Continua";
/* Button title meaning 'Yes, I want to quit the application' */
"Quit" = "Esci";
/* Button title meaning 'No, I don't want to quit the application' */
"DontQuit" = "Non uscire";
/* Button title used to restart the computer */
"Restart" = "Riavvia";
/* Standard OK button title */
"OK" = "OK";
/* Button title to cancel an action that produced an alert box */
"Cancel" = "Annulla";
/* Installer log window title */
"LogText" = "Resoconto installazione";
/* Error message given when plugin cannot be found. This is mostly an issue for running over a network. */
"CantFindPlugin" = "Non trovo il plugin %@.";
/* Error message given when plugin is found but can't be loaded. This is mostly an issue for running over a network. */
"CantLoadPlugin" = "Ho trovato il percorso del plugin %@ ma non posso caricarlo.";
/* Error message given when plugin is loaded but doesn't have its firstPage outlet set. This is mostly a debugging aid. */
"NoFirstPage" = "il plugin %@ non ha una prima pagina";
/* Alert box title when the user cannot save a file log document */
"CantSaveFile" = "Non posso registrare il documento";
/* Alert box explanatory text displayed when a user cannot save a file log document. Could later add showing the actual file name and actual location. */
"CantSaveFileText" = "Potresti non avere i privilegi necessari per registrare questo documento in questa posizione.";
/* Displayed in the list of panels on the left side of the window for the welcome panel */
"PageMatrixIntroduction" = "Introduzione";
/* Displayed in the list of panels on the left side of the window for the package read me document */
"PageMatrixReadMe" = "Leggimi";
/* Displayed in the list of panels on the left side of the window for the package license document */
"PageMatrixLicense" = "Licenza";
/* Displayed in the list of panels on the left side of the window for selecting a target volume */
"PageMatrixTargetSelect" = "Destinazione";
/* Displayed in the list of panels on the left side of the window for selecting easy vs. custom install */
"PageMatrixInstallType" = "Tipo di installazione";
/* Displayed in the list of panels on the left side of the window for the custom install panel */
"PageMatrixPackages" = "Pacchetti";
/* Displayed in the list of panels on the left side of the window for the progress panel */
"PageMatrixInstalling" = "Installazione";
/* Displayed in the list of panels on the left side of the window for listing the selected packages in a custom install */
"PageMatrixSummary" = "Sommario";
/* Displayed in the list of panels on the left side of the window for the 'all done' panel */
"PageMatrixFinish" = "Conclusione";
/* Default name for log file. */
"UntitledLog.txt" = "UntitledLog.txt";
/* Menu items displayed in the Log Window of the Installer at the bottom right. Adjusts the detail shown. */
"ShowErrorsOnly" = "Mostra solo gli errori";
"ShowErrorsAndProgress" = "Mostra Errori e Progresso";
"ShowEverything" = "Mostra Tutto";
"PrintLogMenuItem" = "Stampa Resoconto...";
"DefaultPrintMenuItem" = "Stampa…";
/* The right of the two buttons displayed in the bottom right of the log window. Prints the log.*/
"printButton" = "Stampa…";
/* The left of the two buttons displayed in the bottom right of the log window. Saves the log to file.*/
"saveButton" = "Registra…";
/* Hide/Show Log menu items used by the InstallerController*/
"ShowLogMenu" = "Mostra Resoconto";
"HideLogMenu" = "Nascondi Resoconto";
/* Utility Menu Items */
"Change Startup Disk..." = "Modifica il disco d'avvio…";
"Reset Password..." = "Reinizializza la password…";